www.gusucode.com > 塞普森调查问卷系统源代码 .Net 1 > 塞普森调查问卷系统源代码 .Net 1.1/Vote/admin/navStyle.css

    .NavBar
{ 
  background-color: #C3C7D3; 
  border: 1px solid black; 
  padding: 7px;
  cursor: default; 
} 

.TopItem
{
  background-image: url(images/top_level_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  cursor:hand;
}

.TopItemHover
{
  color:Gray;
  background-image: url(images/top_level_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  cursor:hand;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-align: center;
  cursor:hand;
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-align: center;
  text-decoration:underline;
  cursor:hand;
}

.Level2Group
{
  background-color:#F0F1F5;
  border: 1px white solid;
  border-top-color: #F0F1F5;
  padding:5px;
  width:185px;
}

.Empty
{
}
.PicBar { 
	background-color: #FFCC66; border: 1px solid #000000; height: 12px;
}